/*
Communicate Thales/Magellan serial protocol.
- Copyright (C) 2002, 2003, 2004, 2005, 2006 Robert Lipe, robertlipe@usa.net
+ Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Robert Lipe, robertlipe@usa.net
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
bitrate=atoi(bs);
}
+ if (waypt_count() > 500) {
+ fatal(MYNAME ": Meridian/Explorist does not support more than 500 waypoints in one file. Only\n200 waypoints may have comments.\nDecrease the number of waypoints sent.\n");
+ }
+
if (cmts) {
wptcmtcnt_max = atoi(cmts);
} else {